math/big.Int.Rem (method)

2 uses

	math/big (current package)
		int.go#L220: func (z *Int) Rem(x, y *Int) *Int {

	go/constant
		value.go#L1167: 			c.Rem(a, b)